Search
Calendar.CollapseResourceRow Method (Resource[])
See Also
 






Collapses the row associated with the specified resources. If there is no such row or the current view is not ResourceView, nothing happens.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void CollapseResourceRow (
    Resource[] resources
)

Visual Basic  Copy Code

Public Sub CollapseResourceRow( _
    resources() As Resource _
)

 Parameters

resources

A list with Resource objects defining the row to collapse.

 See Also